Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Resources.Host] Replace .NET 6 target with .NET 8 and add .NET Standard 2.0 target #2168

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

joegoldman2
Copy link
Contributor

Changes

Replace .NET 6 target, which will be very soon out of support, with .NET 8 and add support for .NET Standard 2.0.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (license requirements, nullable enabled, static analysis, etc.)
  • Unit tests added/updated
  • Appropriate CHANGELOG.md files updated for non-trivial changes
  • Changes in public API reviewed (if applicable)

@joegoldman2 joegoldman2 requested a review from a team as a code owner October 4, 2024 09:52
@github-actions github-actions bot requested review from Kielek and lachmatt October 4, 2024 09:52
@github-actions github-actions bot added the comp:resources.host Things related to OpenTelemetry.Resources.Host label Oct 4, 2024
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.94%. Comparing base (71655ce) to head (56ae7f7).
Report is 498 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2168      +/-   ##
==========================================
+ Coverage   73.91%   73.94%   +0.03%     
==========================================
  Files         267        3     -264     
  Lines        9615      119    -9496     
==========================================
- Hits         7107       88    -7019     
+ Misses       2508       31    -2477     
Flag Coverage Δ
unittests-Resources.Host 73.94% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/OpenTelemetry.Resources.Host/HostDetector.cs 77.98% <100.00%> (ø)

... and 266 files with indirect coverage changes

@Kielek Kielek merged commit 7f91d74 into open-telemetry:main Oct 4, 2024
61 checks passed
@joegoldman2 joegoldman2 deleted the resourceshost-tfm branch October 5, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:resources.host Things related to OpenTelemetry.Resources.Host
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants